home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / features / nikie.dir / 00059.ls < prev    next >
Encoding:
Text File  |  1997-01-12  |  300 b   |  13 lines

  1. on exitFrame
  2.   global IQcursor
  3.   clearCursors()
  4.   repeat with i = 7 to 9
  5.     set the cursor of sprite i to IQcursor
  6.   end repeat
  7.   set the cursor of sprite 16 to IQcursor
  8.   set the cursor of sprite 18 to IQcursor
  9.   repeat with i = 30 to 38
  10.     set the cursor of sprite i to IQcursor
  11.   end repeat
  12. end
  13.